Datepicker date format
I am trying to format the date using format() method from Datepicker form component but did not worked.
my code:
5 Replies
try:
->native(false)
does it make a difference
thanks, it worked. I had tried before with native(false) but i was not using the displayFormat method with it
a bit annoying native don't work with format
native is the browsers method you see, that's why
yes, thanks!
got it, saw in documentation the example
but didn't noticed that i need the native(false), perhaps documentation should explicit this
Please feel free to do a PR π