I have an Sql-server databse with some table containing date column.
I use jSql library to connect and read this table
when I read this date column i get smth like '2016-11-01 00:00:00.0'
my question is how can I control this format like say I only want to get date part and no time part.
beacause the libraray has a GetInt,GetDouble,GetString...etc but no GetDate.
I appreciate any help from you .
I use jSql library to connect and read this table
when I read this date column i get smth like '2016-11-01 00:00:00.0'
my question is how can I control this format like say I only want to get date part and no time part.
beacause the libraray has a GetInt,GetDouble,GetString...etc but no GetDate.
I appreciate any help from you .