[ create a new paste ] login | about

Link: http://codepad.org/pU3Z4OVa    [ raw code | output | fork ]

slevy1ster - PHP, pasted on Mar 4:
1
2
3
<?php
define("M", strtoupper(date("M d Y",time())));
echo M;


Output:
1
MAR 04 2014


Create a new paste based on this one


Comments: