Hello, mubamuasic,
Thanks a lot. Actually I noticed that after I post this. When I used java.sql.Date instead of Calendar, it solved the problem. But I did not fully understand the issue. Thanks...
Type: Posts; User: jadedr; Keyword(s):
Hello, mubamuasic,
Thanks a lot. Actually I noticed that after I post this. When I used java.sql.Date instead of Calendar, it solved the problem. But I did not fully understand the issue. Thanks...
Hello,
I used NamedParameterJdbcTemplate for the following sql:
select create_date from myTable where create_date>=:startDate and create_date<:endDate and period_flg='Y' and statistic_flg='Y' ...