
|
If you were logged in you would be able to see more operations.
|
|
|
ObjectLedge
Created: 2004-12-08 17:39
Updated: 2005-05-19 16:34
|
|
| Component/s: |
web,
web.mvc
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Now dateSelector.vt and DateSelector.js produce only date selectors with full date-time. There is a need to port improvements for date only selectors generation and simplifications in JS.
Also there is a need to develop a readable, consistent and extensible API for dateSelector velocity macros. Macros should allow creation od following controls:
1. yyyy-MM-dd hh:mm
2. yyyy-MM-dd hh:mm with on-off switch
3. yyyy-MM-dd
4. yyyy-MM-dd with on-off switch
Above controls should be easily set to following default values:
1. current date (now)
2. given date
3. current or given date to end of the day ie. 23h59m59s999ms
4. current or given date to start of the day ie. 00h00m00s000ms
Also some consideration should be given to control styling issues.
|
|
Description
|
Now dateSelector.vt and DateSelector.js produce only date selectors with full date-time. There is a need to port improvements for date only selectors generation and simplifications in JS.
Also there is a need to develop a readable, consistent and extensible API for dateSelector velocity macros. Macros should allow creation od following controls:
1. yyyy-MM-dd hh:mm
2. yyyy-MM-dd hh:mm with on-off switch
3. yyyy-MM-dd
4. yyyy-MM-dd with on-off switch
Above controls should be easily set to following default values:
1. current date (now)
2. given date
3. current or given date to end of the day ie. 23h59m59s999ms
4. current or given date to start of the day ie. 00h00m00s000ms
Also some consideration should be given to control styling issues. |
Show » |
|