Symptom
Formatting Date field in Japanese format 2012年2月22日
Environment
Crystal Reports 2008
Resolution
- Create a formula in Crystal Designer as below
totext(year(currentdate),0) & '年' & totext(month(currentdate),0) & '月' & totext(day(currentdate),0) & '日'
or
totext(currentdate, 'yyyyu5E74MMu6708ddu65E5') - 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