help with ResultSet getDate() function
843854Nov 25 2002 — edited Mar 20 2003I am using the getDate() function to retrieve a field from a
SQL server database.
if i have a resultSet rs and have the following statement :
rs.getDate("BillingDate")
what do i assign it to? i would like to parse the date and extract the day, month and year.
Thanks in advance.
Kalpan.