[ create a new paste ] login | about

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

PHP, pasted on Aug 2:
1
2
3
4
<?php
echo strftime("%A", strtotime("2011-08-02"));
// Output: "Tuesday"
?>


Output:
1
Tuesday


Create a new paste based on this one


Comments: