veer08
(Mahaveer Narvekar)
February 12, 2022, 5:42pm
#1
I want to implement following functionality.
if I set value in database for field currentdate as todays date 12-02-2022 and also another field duration 25
The app must highlight a date by comparing todays date 12-02-2022 and duration 25 - Must highlight the date in calendar
veer08
(Mahaveer Narvekar)
February 12, 2022, 6:02pm
#3
Any app which uses calendar to hightlight date
Kevinkun
(kevinkun)
February 13, 2022, 12:26am
#4
so this calendar app is made by yourself? or other online calendar?
veer08
(Mahaveer Narvekar)
February 13, 2022, 3:01am
#5
I havent created yet. I need solution for creation
veer08
(Mahaveer Narvekar)
February 13, 2022, 7:07am
#6
In Kodular how do we display date in Calendar
dora_paz
(Dora)
February 13, 2022, 7:38am
#7
Could you be more specific ? Do you want to add a schedule in Google calendar or just show a calendar in your app ?
1.Introduction Description: A simple extension to create calendar views Latest Version: 1.2 Released: 2021-04-27T18:30:00Z (UTC) Last Updated: 2021-05-11T18:30:00Z (UTC) 2.Blocks 3.Usages Create View Set Date animate => boolean :...
Reading time: 3 mins 🕑
Likes: 22 ❤
I am here with a simple but useful aix,
Blocks
[image]
Event for Day Changed, dispatches year, month, dayOfMonth
[image]
Creates a calendar view
[image]
gets current system time in milliseconds
[image]
Converts Date to Milliseconds, Accepted format : YYYY/MM/DD
[image]
Returns Date
[image]
Returns First day of week
[image]
Returns MaxDate
[image]
Returns MinDate
[image]
Sets Date
[image]
Sets First day of week
[image]
Sets MaxDate
[image]
Sets MinDate
Total Blocks
[im…
dora_paz
(Dora)
February 13, 2022, 7:43am
#8
I moved your topic here, please do not double post
I hope this can be possible with dynamic calendar , just try
Hello Kodular Family Members…
Being as a member in kodular for almost an year, I would like to share my very first extension…
(My sincere thanks to @devcafeofficial , ) for helping me from the beginning,as i was zero in java, and now i come with useful to those who love to make or use calendar in their app…
Components of the Extension
[image]
Working Part ( I hope no more explanations are needed)
[image]
No Real components are used
[image]
I Should thank @yusufcihan for hi…
After finishing my competetive exam let me show in the dynamic calendar, how to highlight the certain number of days or range of days
dora_paz
(Dora)
February 15, 2022, 5:06pm
#14
Because in tinyDB you have saved Set Period Date. Clear tinyDB and try again or use Do it to debug your blocks
dora_paz
(Dora)
February 15, 2022, 5:11pm
#15
An example of how I save millis in tinyDB using date picker and clock component