| Summary | Failed to parse time string when creating new task |
| Queue | Nag |
| Queue Version | 4.2.8 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | jan (at) horde (dot) org |
| Requester | horde40 (at) volkerthen (dot) com |
| Created | 03/24/2016 (3642 days ago) |
| Due | |
| Updated | 10/20/2017 (3067 days ago) |
| Assigned | |
| Resolved | 03/31/2016 (3635 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 4.2.9 |
| Patch | No |
commit 0f961a9bf7561ddf7c450e37fdc0b2cb33d70a18
Author: Jan Schneider <jan@horde.org>
Date: Thu, 31 Mar 2016 12:17:13 +0200
Use Horde_Core_Script_Package_Datejs::translateFormat() to translate
between JS and PHP date formats (
Bug #14303).M docs/CHANGES
M package.xml
M templates/javascript_defs.php
https://github.com/horde/nag/commit/0f961a9bf7561ddf7c450e37fdc0b2cb33d70a18
commit 3f314cdd8888280ddb20c4bf8ca1d9fc54794baf
Author: Jan Schneider <jan@horde.org>
Date: Thu Mar 31 12:17:13 2016 +0200
Use Horde_Core_Script_Package_Datejs::translateFormat() to
translate between JS and PHP date formats (
Bug #14303).nag/docs/CHANGES | 8 ++++++++
nag/package.xml | 17 ++++++++++++++++-
nag/templates/javascript_defs.php | 6 +++---
3 files changed, 27 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/3f314cdd8888280ddb20c4bf8ca1d9fc54794baf
State ⇒ Resolved
Priority ⇒ 2. Medium
Milestone ⇒ 4.2.9
commit 3bcd0532ba2c2cc14d6847a583dc6a44f17d6e33
Author: Jan Schneider <jan@horde.org>
Date: Thu Mar 31 12:17:13 2016 +0200
Use Horde_Core_Script_Package_Datejs::translateFormat() to
translate between JS and PHP date formats (
Bug #14303).nag/docs/CHANGES | 1 +
nag/package.xml | 2 ++
nag/templates/javascript_defs.php | 6 +++---
3 files changed, 6 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/3bcd0532ba2c2cc14d6847a583dc6a44f17d6e33
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Failed to parse time string when creating new task
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
A fatal error has occurred
Failed to parse time string (25/03/2016 15:10)
Changing the date format in the global preferences is a workaround.
The form accepts manual input of 03/24/2016, but input with the date
picker only gives "%x" in the input field.
Volker