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
We can enter time ranges now as time1-time2 (e.g. 7:00-8:00). This is good. It might also be good to allow time ranges in the form time+duration, where duration would be some elapsed (stopwatch) time, such as "1h25m" or "1 hour 25 minutes" or "1:25".
A canonicalizeTimeRangeOffset() function has been blocked-in in datetime.js for this purpose.
The text was updated successfully, but these errors were encountered:
We can enter time ranges now as time1-time2 (e.g. 7:00-8:00). This is good. It might also be good to allow time ranges in the form time+duration, where duration would be some elapsed (stopwatch) time, such as "1h25m" or "1 hour 25 minutes" or "1:25".
A
canonicalizeTimeRangeOffset()
function has been blocked-in indatetime.js
for this purpose.The text was updated successfully, but these errors were encountered: