cocoon and start and end date

2008-09-28 Thread Jessica Kung
Hello users I need to setup a form below and initialise the two fields, start date field with today's date and the end date field with the current month's end date. See attached gif file for illustration. I would be much appreciative you can send me a sample code for this form using xsp and

Re: cocoon and start and end date

2008-09-28 Thread Alexander Daniel
If your web application is targeted for a international audience you should consider different time zones. Then I suggest to use JavaScript to generate these dates. If you are fine with using the server's time zone then you can use - EXSLT with XSLT 1.0 [1] - XSLT 2.0 current-date() [2] -