Give us feedback
japanesecalendar
Reactive icon

JapaneseCalendar

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 11 September 2020 by 
4.0
 (1 rating)
japanesecalendar

JapaneseCalendar

Details
This extension provides actions to handle Japanese Calendar (Japanese Era) .
Read more
  • DateToJapaneseCalendar Action
    • Get era and year (in era) of specified Date.
    • ex) please refer to the second column of the screen shot
  • FormatDateAsJapaneseCalendar Action
    • Build a Text output of the specified Date value expressed with Japanese Era.
    • ex) please refer to the third column of the screen shot
    • TreatFirstYearSpecially: If True, treat the first year of an era as "??"
      • ex) please refer to the 4th column of the 2nd screen shot
    • MakeNumbersFullWidth: If True, make the numbers in the output as fill-width ("??") 
      • ex) please refer to the 5th column of the 2nd screen shot


Source code for this component:

https://github.com/jyunji-watanabe/JapaneseCalendarLibrary


Release notes (1.0.1)
  • change file format: .oml -> .oap
  • Add input parameters
    • TreatFirstYearSpecially: If True, treat the first year of an era as "元年"
    • MakeNumbersFullWidth: If True, make the numbers in the output as fill-width ("全角") 
Reviews (1)
by 
2020-09-11
in version 1.0.0
I want the following switching function
- Change the number of first year of the era to KANJI(GANNNEN)
- Change the number of years to ZENKAKU numbers
Team