Jump to content

calendar


searls03

Recommended Posts

Simple, something like this will work

<div id="my_cal_div"></div>
....
later after adding the script files
.....
<script type="text/javascript">
ng.ready(function(){
    // review the link in my previous post for all the possible options
    var my_cal = new ng.Calendar({object:'my_cal_div', visible:true});
});
</script>

Link to comment
https://forums.phpfreaks.com/topic/234892-calendar/#findComment-1207804
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.