TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Senzeye
NA
226
144.7k
Two Dates Different values retrive
Mar 30 2016 9:19 AM
CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_select_reg`(In date1 varchar(50),In date2 varchar(50))
BEGIN
select * from `reg` where date > cast(date1
as
datetime) and date < cast(vvsysdate
as
date2) ORDER BY date ASC;
END
date values does't retrived correct vales from database .
my date format is dd/MM/yyyy
how can i solve this problem ?. please help me.
Reply
Answers (
3
)
Dash Board in asp.net
How to give print button in view and print directly in MVC4?