Explore our store and support our creators
c3p file of my tutorial make calendar in construct 3
I have uploaded c3p file of my tutorial how to make calendar in Construct 3.
Note: Just let me know and I'll add year too
You can download it from here and support me So I can make more tutorials like this in future.
Buy with us and we will refund 100% of the cost of the asset if it's non-functional or not as described and the author doesn't fix the issue for you in a timely manner.
it is not accurately setting dates to the proper days when clicking the arrow button into a different year. everything else worked flawlessly and was also easy to import to my project. if someone could tell me how to fix that issue or send me the code for and update it would be much appreciated. please and thanks
on line 5 before setting this_month set this_year = this_month-1<0 ? this_year-1 : this_year
on line 6 set this_year this_month+1>11 ? this_year+1 : this_year
on update function
change value in month_Stamp = Date.ChangeYear(Date.ChangeMonth(timestamp,this_month),this_year)
that's it