Hi There,
I’m making a log file for students. The students fill in the log once a week. i wan’t a field that shows a pre inserted weeknumber, but i can’t find any working solution for it. Any idea?
Hi There,
I’m making a log file for students. The students fill in the log once a week. i wan’t a field that shows a pre inserted weeknumber, but i can’t find any working solution for it. Any idea?
in ONLOAD event
$ddate = “2012-10-18”; $date = new DateTime($ddate); $week = $date->format(“W”); {field} = $week";
great, many thanks. that did the trick