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
Rules: I assert that Sundial should parse any absolute date string with or without time. If a date is entered without a year the current year is currently assumed (though I could maybe be talked into changing this behavior if using the next year for dates that are in the past). Time can be represented in 24 hour time or 12 hour time with AM or PM specified.
I am aware that relative date and time strings are not yet supported so it doesn't make a ton of sense to list those there. So things like next thursday at 4pm or a month from tomorrow at 2pm will not yet work. Nor will alternative ways of saying "AM" and "PM" so we aren't yet handling tomorrow at 3 in the afternoon. So let's not bother listing those here.
If you've found a date and time string that you think should be parsed but isn't, list it in a comment below.
The text was updated successfully, but these errors were encountered:
Rules: I assert that Sundial should parse any absolute date string with or without time. If a date is entered without a year the current year is currently assumed (though I could maybe be talked into changing this behavior if using the next year for dates that are in the past). Time can be represented in 24 hour time or 12 hour time with AM or PM specified.
I am aware that relative date and time strings are not yet supported so it doesn't make a ton of sense to list those there. So things like
next thursday at 4pm
ora month from tomorrow at 2pm
will not yet work. Nor will alternative ways of saying "AM" and "PM" so we aren't yet handlingtomorrow at 3 in the afternoon
. So let's not bother listing those here.If you've found a date and time string that you think should be parsed but isn't, list it in a comment below.
The text was updated successfully, but these errors were encountered: