Some users may not use the date selector widget but rather enter the date via keyboard. Usually the format such users choose is not the same as the output format. Thus I implemented a parseFormat option, where you can specify a format, or a list of formats, used to parse the user input to an moment object.
Some users may not use the date selector widget but rather enter the date via keyboard. Usually the format such users choose is not the same as the output format. Thus I implemented a
parseFormat
option, where you can specify a format, or a list of formats, used to parse the user input to an moment object.