SAP Knowledge Base Article - Public

1713549 - How to formatting Date field to display in Japanese format 2012年2月22日

Symptom

Formatting Date field in Japanese format 2012年2月22日

Environment

Crystal Reports 2008

Resolution

  1. Create a formula in Crystal Designer as below
    totext(year(currentdate),0) & '年' & totext(month(currentdate),0) & '月' & totext(day(currentdate),0) & '日'
    or
    totext(currentdate, 'yyyyu5E74MMu6708ddu65E5')
  2. Place it on details section

Keywords

date in Japanese format, Japanese format, crystal reports, date format , KBA , BI-RA-CR-DSL , Crystal Reports on C++ Data Semantic Layer (ClassicUniverse) , How To

Product

Crystal Reports 2008 V1