PHP date formatting -
 I want to change a date with this format:   How can I do PHP?       Use to parse the value you have found, then it will be used in the format you want To output:    If you are on Windows, or use a version of PHP where   In addition, if you are actually using  01/07/09  this  Jen 07.09.      
  counter date ("MD, Y", striptime ("01/07 / 09", "D / M / Y"));   Stripp  is not available (& lt; PHP 5.1.0), then its Use instead, but be careful to ensure that your date is in a US English format (i.e. "01/07/09" means 7 January 2009, not July 1, 2009).  jan  mass , then use:  
  Echo Stroller ( Date ("MD, Y", striptime ("01/07/09", "D / m / y"));  
 
  
Comments
Post a Comment