Jump to content

strftime()


stijn0713

Recommended Posts

hello,

 

setlocale(LC_ALL, 'nld_nld');

 

strftime('%A %d %B',$_SESSION['groep_afloop']) --> works

 

strftime('%A %e %B',$_SESSION['groep_afloop'])  --> doesn't work

 

I use these 2 statements above in a string. the string i thereafter use in sprintf().

 

Any ideas why %e won't work?   

 

'%A %e %B' should be:    zondag 7 februari

 

whereas

 

'%A %d %B'  is        zondag 07 februari

Link to comment
https://forums.phpfreaks.com/topic/265750-strftime/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.