Saffrongeek’s Diarylog
…..memoirs moments opened…

Posts Tagged ‘mktime’

cwarn2’s classic function handles dates pre-1970

September 5, 2009

I would like to share a neat decent function to handle the dates pre-1970 which normally would find getting reset to 1970, January 01. I had a need where I need to handle birthdates pre-1970 and PHP’s in built functions like strtotime (), date(), mktime() , including safestrotime() of no help.
Thanks to the patience and [...]