Branch: refs/heads/master
Home:
https://github.com/forge/angularjs-scaffoldx-plugin
Commit: 674720aaa0d07a97652f07dadacb4ae27999d612
https://github.com/forge/angularjs-scaffoldx-plugin/commit/674720aaa0d07a...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-10-04 (Fri, 04 Oct 2013)
Changed paths:
M src/main/resources/scaffold/scripts/directives/datetimepicker.js.ftl
Log Message:
-----------
Corrected the regex for datetime value verification.
The regex now enforces the datetime verification in a strict
manner. Datetime values must absolutely match the format.
Additional unmatching text will cause the regex to fail.