From 3e63a7be83528ba255679c83289fcec28cd47519 Mon Sep 17 00:00:00 2001 From: Trip5 Date: Sat, 7 Sep 2024 18:42:09 +0900 Subject: [PATCH] Update time-date-replace.md Minor change to Korean time format --- wiki/time-date-replace.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/time-date-replace.md b/wiki/time-date-replace.md index 59871044..4b39e206 100644 --- a/wiki/time-date-replace.md +++ b/wiki/time-date-replace.md @@ -20,7 +20,7 @@ Normal time and date function to get: `4:30PM` and `Oct 11`: An example to get Korean date and time like `4:30오후` and `10월11일`: ```yaml - time_format: "%l:%M%p" + time_format: "%p%l:%M" date_format: "%b%d일" replace_time_date_from: "AM PM Sun Mon Tue Wed Thu Fri Sat Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec" replace_time_date_to: "오전 오후 일 월 화 수 목 금 토 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월" @@ -42,4 +42,4 @@ Note there is also a 50 pair limit. Using too many pairs may cause slowdowns. Please note also that input for `time_format` and `date_format` may be limited. Experiment! -### Don't forget to include matching glyphs in your font section! \ No newline at end of file +### Don't forget to include matching glyphs in your font section!