First, which function is used to output the date in the resource? Probably date or strftime.. Then get the correct format syntax from
date or
strftime documentation.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
ah thank you, i was looking at the wrong documentation.
although it does not seem possible to display th, st, rd with smrftime
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Yeah, you could do setlocale(LC_ALL, ’de_DE’); in the snippet, or in config.inc.php so that every snippet that uses strftime function to format the date will do it in german right away.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Guys i’m testing this system on localhost , it gives me Jan 01 of 1970 if i use TV with date formatter type. I guess it’s Unix time or something like that.
Is it possible to fix it?
What is it that you are doing? Post the code..
"He can have a lollipop any time he wants to. That's what it means to be a programmer."