Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
Fix remind date picker not including month
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Apr 11, 2018
1 parent 22c6c0b commit 548d620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TooDoo/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>65</string>
<string>66</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ final class ToDoTableViewController: DeckEditorTableViewController {

let dateTimePicker = DateTimePicker.show(selected: selectedDate, minimumDate: now)
dateTimePicker.highlightColor = category == nil ? .flatYellow() : category!.categoryColor()
dateTimePicker.includeMonth = true
dateTimePicker.cancelButtonTitle = "Cancel".localized
dateTimePicker.doneButtonTitle = "Done".localized
dateTimePicker.todayButtonTitle = "Today".localized
Expand Down

0 comments on commit 548d620

Please sign in to comment.