Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

DateTimePicker regular expression fix #36

Merged
merged 1 commit into from Nov 20, 2015
Merged

DateTimePicker regular expression fix #36

merged 1 commit into from Nov 20, 2015

Conversation

redwormik
Copy link
Contributor

Hi!

I found a little bug in DateTimePicker. When I use format 'dd. mm. yyyy hh:dd', without the dash, only the second digit of hours was used. The regular expression [ -@] is a range, so it matches anything between ' ' and '@' and "eats up" the first digit.

This PR fixes that.

hrach added a commit that referenced this pull request Nov 20, 2015
DateTimePicker regular expression fix
@hrach hrach merged commit 5406d69 into nextras:master Nov 20, 2015
@hrach
Copy link
Member

hrach commented Nov 20, 2015

thanks!

@redwormik redwormik deleted the datetime-re-fix branch November 11, 2019 17:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants