[ create a new paste ] login | about

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

PHP, pasted on May 20:
1
2
3
4
5
<?php

$date = '05/19/2011';

echo date('l', strtotime($date));


Output:
1
Thursday


Create a new paste based on this one


Comments: