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 babel.dates.format_time and format_date functions support a custom format using LDML syntax. it would be nice if the parse_time and parse_date functions supported it too.
my use case is that i need to parse a time from a string. i don't know what format it will be at runtime, but the LDML format value will be available.
The text was updated successfully, but these errors were encountered:
the
babel.dates.format_time
andformat_date
functions support a customformat
using LDML syntax. it would be nice if theparse_time
andparse_date
functions supported it too.my use case is that i need to parse a time from a string. i don't know what format it will be at runtime, but the LDML format value will be available.
The text was updated successfully, but these errors were encountered: