History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-4988
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Mikhail Gedzberg
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Date parameter validation (if assigment uses constant values)

Created: 09 Jan 07 19:06   Updated: 24 Jan 07 19:58
Component/s: JavaScript
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,628


 Description  « Hide
Full date property limitation:

Seconds and minutes: 0 to 59
Hours: 0 to 23
Day: 0 (Sunday) to 6 (Saturday)
Date: 1 to 31 (day of the month)
Months: 0 (January) to 11 (December)
Year: years since 1900

If user writes
var d = new Date();
d.setSeconds(555);
then "555" should be error highlighted.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.