Hi,
I am using Jtable in that i need to display images based on the values i am getting from the database SQl 2008
Example. i am getting value like In-Progress,Need Attention , Completed, for this values i need to display Three different images in UI of jtable
User Profile
Collapse
-
how to display images based on values from database
-
in date picker iam getting default date and time
I am using bootstrap date picker
in that after page loaded i am getting default date and time as like 01/01/0001
here is my code that i have written as
$(function () {
$("#date").date picker();
});
No activity results to display
Show More