how to split a date field in crystal report...
for example
if the date is 23/08/2010
i want it separated and stored in different bdifferent variables like
a = 2
b=3
c=0
d=8
e=2
f=0
g=1
h=0
for example
if the date is 23/08/2010
i want it separated and stored in different bdifferent variables like
a = 2
b=3
c=0
d=8
e=2
f=0
g=1
h=0
Comment