When I select a datetime variable into a dataset does that stay a datetime
column? I specified it to be so in the dataset but having problem formating
it in the Crystal.
Thanks, Alpha
dtFinancial = this.dtpFinanci al.Value;
dtFinancialEnd = this.dtpFinanci alEnd.Value;
column? I specified it to be so in the dataset but having problem formating
it in the Crystal.
Thanks, Alpha
dtFinancial = this.dtpFinanci al.Value;
dtFinancialEnd = this.dtpFinanci alEnd.Value;
Comment