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
{{ message }}
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
Hi! I need "MM/DD/YYYY hh:mm am/pm" format time but "date-format" doesn't work it doesn't give any data when event happens, i also tried to make own format but can't understand how to make it, can u help me with it?
Can u give an example with this function:
"// Override Date object formatter
NguiDatetime.formatDate = (date: Date) : string => {
..... my own function that returns a string ....
};"
Or if its possible to give me a code in property above, which will return me the needed format, please help.
Thank you for attention.
The text was updated successfully, but these errors were encountered:
Thank you, it works. But also have one question. When i am choosing time i still have 24 hours, not 12 am and 12 pm, can i change it somewhere?
The [show-am-pm]="true" not working, returns error Template parse errors: Can't bind to 'show-am-pm' since it isn't a known property of 'input'.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Need MM/DD/YYYY hh:mm a format time but ...
Hi! I need "MM/DD/YYYY hh:mm am/pm" format time but "date-format" doesn't work it doesn't give any data when event happens, i also tried to make own format but can't understand how to make it, can u help me with it?
Can u give an example with this function:
Or if its possible to give me a code in property above, which will return me the needed format, please help.
Thank you for attention.
The text was updated successfully, but these errors were encountered: