Day of the week: Difference between revisions

m
No edit summary
Line 903:
 
loop(-From=2008, -to=2121);
var('tDate' = date('12/25/' + loop_count));
$tDate -> dayOfWeek == 1 ? '<br />' + $tDate -> format('%D') + ' is a Sunday';
/loop;
 
Anonymous user