Wordpress reverse date format for display but not db -


i have events page using custom wp_query can split post upcoming events , past events. need date stored in database y/m/d format display on front ends d/m/y. on how should this, reverse jquery there might better way?

thanks

that page using the_date() function.

if so, modify using format parameter this:

the_date('d/m/y'); 

check this codex page formatting date , time.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -