[ create a new paste ] login | about

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

PHP, pasted on Nov 28:
1
2
3
<?php

echo 'This month is ' . date('M', 12);


Output:
1
This month is Jan


Create a new paste based on this one


Comments: