Skip to content

Commit

Permalink
Čárka za Dobré ráno
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Jan 24, 2025
1 parent 79bfca7 commit f417a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daily.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (!CALENDAR_APP_PASSWORD || !CALENDAR_APP_HANDLE) {

let date = DateTime.local();
//date = DateTime.fromFormat("2025-04-20", "yyyy-MM-dd");
let text = `Dobré ráno je ${date.setLocale("cs").toFormat("cccc")}, ${date.setLocale("cs").toFormat("d. LLLL yyyy")}:`;
let text = `Dobré ráno, je ${date.setLocale("cs").toFormat("cccc")}, ${date.setLocale("cs").toFormat("d. LLLL yyyy")}:`;

// Compile the post text
text += getNameDayText(date);
Expand Down

0 comments on commit f417a70

Please sign in to comment.