Changes

Custom Field Type: Special – Browser Script

4 bytes added, 21:02, 17 October 2007
no edit summary
<u>'''Example'''</u>
 
Setting End Date to current date as long as the status is not equal to Close
{
var t=new Date();
 
var year = t.getFullYear();
 
var mon = t.getMonth() + 1;
 
var day = t.getDate();
43
edits