c# - how to get a blank date in Crystal report instead of 12/30/1899 -
i using crystal report , using date parameter. in cases not returning date database. system tracking default date 12/30/1899. in case want bind report blank date. need show other fields blank date. pls this
thanks in advance jidheesh
use format in select query
select isnull(datecolumn,''),column2 table
Comments
Post a Comment