I need to build a simple app, A calendar with notes, working with a simple db and standard calendar is easy. the problem is with a feature that i must add:
I need that every note will have a Hebrew date and Georgian date; It should work "on the fly", meaning: a user will have the ability to add a note based on a date type of his choice, Georgian or Hebrew, and the app will do the magic in the background.
the db will work with Georgian dates only so no conversion is needed there.
I need (and lots of searching helped very little) a tutorial for that, any kind of help will do.