> Ive gotto format a date such as 30/12/1956 to format 30-Dec-1956, > I can not use mktime cause that only provides the timestamp from 1970. > Is there any other method of getting this right. mktime() can be used for this. 0 is from 1970. Negative values are used for dates prior. Chris
- [PHP] HELP! Date formatting Niel Zeeman
- RE: [PHP] HELP! Date formatting Boget, Chris
- RE: [PHP] HELP! Date formatting Maxim Maletsky
- Re: [PHP] HELP! Date formatting Niel Zeeman