calander & new data at top

Tips submitted by PHPMaker users
Post Reply
aliwishstar
User
Posts: 3

calander & new data at top

Post by aliwishstar »

hi

i want to use this calender Instead of php maker calendar , how can i do this?

Persian calendar
h**ps://github.com/farhadi/JalaliJSCalendar

how can say to phpmaker , when user add new data, show new data at the top of old data ?


aliwishstar
User
Posts: 3

Post by aliwishstar »

usage this calendar is

<link rel="stylesheet" href="jalalijscalendar/skins/aqua/theme.css">
<script src="jalalijscalendar/jalali.js"></script>
<script src="jalalijscalendar/calendar.js"></script>
<script src="jalalijscalendar/calendar-setup.js"></script>
<script src="jalalijscalendar/lang/calendar-fa.js"></script>

<input id="date_input" type="text"><input id="date_btn" type="button">
<script>
Calendar.setup({
inputField: 'date_input',
button: 'date_btn',
ifFormat: '%Y/%m/%d',
dateType: 'jalali'
});
</script>

how can i change this code with php calendar


aliwishstar
User
Posts: 3

Post by aliwishstar »

can not any one help me use this plugin?


Post Reply