Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

date in javascript or jquery

VedantJun 14 2011 — edited Jun 14 2011
How can i get the 'DD-MON-YYYY'(12-JUN-2011) DATE FORMAT IN JQUERY.


MY CODE IS
<SCRIPT type="text/javascript">
	
$(document).ready(function(){

$(".datepicker").datepicker({
showOn: "both",
buttonImage: "#IMAGE_PREFIX#asfdcldr.gif",
buttonImageOnly: true,
dateFormat: 'DD-MON-YYYY'
});

});

</script>
when i am using dateFormat: 'DD-MON-YYYY' then it showing like Thursday-JunON-YYYY date i want 'FORMAT LIKE '12-JUN-2011' How can i get this.
Please Help me to solve this problem.
This post has been answered by Srecio-Oracle on Jun 14 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2011
Added on Jun 14 2011
1 comment
322 views