pirka逆引きサンプル フォーマットの使用方法
数値
NumericFieldFormat("#,##0")
NumericFieldFormat("\#,##0")
NumericFieldFormat("00000000")
日付
DateFieldFormat("yyyy年M月d日")
日付の入力書式:20070621, 2007/6/21, 2007年6月21日
DateFieldFormat("yyyyMMdd")
DateFieldFormat("yyyy/MM/dd")
戻る