View Single Post
03-28-2011, 05:51 AM
#3
mjwalsh is offline mjwalsh
mjwalsh's Avatar
Status: I love this place
Join date: Dec 2007
Location:
Expertise: Programming - Sys Admin
Software: Dreamweaver - Notepad++
 
Posts: 638
iTrader: 14 / 100%
 

mjwalsh is on a distinguished road

  Old

Both n and m would be a proper response to what it's used for. Inside mktime it needs a value 1-12 for the depending month, n displays the month without a 0 if the value is less than 10, m uses a zero. IE: m would echo 03 whereas n would just echo 3.

Reply With Quote