Forum
Seperating day and month from postDateTime
Hello,
Is it possible to seperate the day and month from postDateTime? I would like to output my postDateTime like this: https://imgur.com/zIgtpA3.
Mike
Hello,
Is it possible to seperate the day and month from postDateTime? I would like to output my postDateTime like this: https://imgur.com/zIgtpA3.
Mike
You can output what you like so:
Use https://php.net/manual/en/function.date.php for reference
How easy.
I created the following:
Thank you!