I need to obtain the date as a variable in PHP. I need this two times per post (one for the day, the other for the month).
So, i use the_date(‘d’, ”, ”, FALSE) and the_date(‘n’, ”, ”, FALSE), but it doesn’t work the second time.
How i use the_time to obtain a date usable in PHP?