Skip to content

Commit

Permalink
-Fix month in schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Allexin committed Feb 21, 2016
1 parent eac300e commit 8887410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrackYourTime/data/cschedule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

QString cSchedule::getCurrentDateTime()
{
return QDateTime::currentDateTime().toString("ddd yyyy.mm.dd HH:mm");
return QDateTime::currentDateTime().toString("ddd yyyy.MM.dd HH:mm");
}

void cSchedule::save()
Expand Down

0 comments on commit 8887410

Please sign in to comment.