Skip to content

Commit

Permalink
Merge pull request #246 from trip5/patch-2
Browse files Browse the repository at this point in the history
Update time-date-replace.md
  • Loading branch information
lubeda authored Sep 7, 2024
2 parents 2e77138 + 3e63a7b commit 4596bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/time-date-replace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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월"
Expand All @@ -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!
### Don't forget to include matching glyphs in your font section!

0 comments on commit 4596bd2

Please sign in to comment.