Update README.md

Co-authored-by: Igor Justino <697824+dadah89@users.noreply.github.com>
This commit is contained in:
Damian Nelson 2021-08-12 21:01:59 -07:00 committed by GitHub
parent c141668c14
commit 31c1403f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Examples:
formatter.parse("25. února 2015") #=> Wed Feb 25 00:00:00 +0100 2015
```
For skeleton formatting, visit the [Unicode date field symbol table](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table) to help find the pattern characters to use.
For skeleton formatting, visit the [Unicode date field symbol table](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table) page to help find the pattern characters to use.
```ruby
formatter = ICU::TimeFormatting.create(:locale => 'cs_CZ', :date => :pattern, :time => :pattern, :skeleton => 'MMMMY')