Created
February 3, 2011 22:07
-
-
Save snay2/810320 to your computer and use it in GitHub Desktop.
smsdate function for displaying the date
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
smsdate = function(d){ | |
datestringA = time:strftime(d, "on %A (%B %d) at %I %M %p"); | |
datestringB = datestringA.replace(re/ 0/g, " ").replace(re/ 0/g, " "); | |
datestringB; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment