Discuss Fastest way to shorten month? in the PHP Development forum on Dev Shed. Fastest way to shorten month? PHP Development forum discussing coding practices, tips on PHP, and other PHP-related topics. PHP is an open source scripting language that has taken the web development industry by storm.
Posts: 14
Time spent in forums: 2 h 53 m 9 sec
Reputation Power: 0
PHP-General - Fastest way to shorten month?
I have a string that provides a weekend date as:
March 1-3, 2013
I want to shorten that to simply Mar 1-3, 2013 in a way that will work for any month/date combo like January 22-24, 2014.
I can easily grab the first three characters and that will give me the month but how do I get rid of the rest of the characters up to the space? Or is there a better way to go about that?