You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way the multi time formats work, they escalate to the next case if the number returned is falsey. Because getDate will never be 0 the year style formatting is never reached.
Error caused on this line: https://github.com/QutBioacoustics/baw-client/blob/ae1daa6155429e07efff7cb3624e5d21e728830a/src/app/d3Bindings/widgets/customMultiDateFormat.js#L23
The way the multi time formats work, they escalate to the next case if the number returned is falsey. Because getDate will never be 0 the year style formatting is never reached.
Reported by @KarlinaInd
The text was updated successfully, but these errors were encountered: