How to convert date format yyyy-mm-dd hh:mm:ss in variable to dd-mm-yyyy in jquery -


i have jquery variable stores date value in yyyy-mm-dd hh:mm:ss format. want convert dd-mm-yyyy format display on screen.

you can using momentjs. read this more info.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -