Day of the Week by m-satyr(date)

<?for(;$a=strptime(fgets(STDIN),'%Y%m%d');)echo$a[tm_wday],'
';

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page