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
looks related to #2387. I already have some incoming code that should make the input parse behave better. Version 5 had a parseInputDate option that allowed for a custom parser for input values. I'm thinking about adding several hooks like painting the cells (e.g. unavailable appointment days)
Currently the date is formatted by the
format()
method of theDateTime
class:and when the input field changes, the input value is parsed by the static method
OptionConverter._dateTypeCheck
:It is hard to customize, is it possible to provide more flexibility? For example, can they be options? e.g.
The text was updated successfully, but these errors were encountered: