Sunday, September 29, 2013

Formula show datetime ปี พ.ศ. / ค.ศ. ตามชื่อ ใน crystal report

if left({CUSP_PharmacyInfantsVaccineReport_GetList.FullName},1) in ['A' TO  'Z'] THEN
cstr({CUSP_PharmacyInfantsVaccineReport_GetList.Birthday},'dd') +'/'+ totext(Month({CUSP_PharmacyInfantsVaccineReport_GetList.Birthday}),"00")+'/' + cstr({CUSP_PharmacyInfantsVaccineReport_GetList.Birthday}, 'yyyy')
else
cstr({CUSP_PharmacyInfantsVaccineReport_GetList.Birthday},'dd') +'/'+ totext(Month({CUSP_PharmacyInfantsVaccineReport_GetList.Birthday}),"00")+'/'
 + cstr(DateAdd("yyyy",543,{CUSP_PharmacyInfantsVaccineReport_GetList.Birthday}), 'yyyy')

No comments:

Post a Comment