Closed (outdated)
Project:
Calendar Systems
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
22 Feb 2010 at 09:07 UTC
Updated:
3 Dec 2019 at 06:45 UTC
Jump to comment: Most recent
True and full support even in back-end, making it possible to perform sql queries for different calendar systems
Comments
Comment #1
sinasalek commentedComment #2
sinasalek commentedIt might be possible to implement this using views query alter
Comment #3
sinasalek commentedtagging
Comment #4
sinasalek commentedIt's under development , the idea is to add some new fields to each entity that contain date parameters for calendar systems.
Comment #5
klonos...just curious, but the dates are stored in a timestamp format right? So the various calendar systems only need conversion algorithms that would "translate" the timestamps when displayed in the UI right? If I've got this whole thing wrong (and provided you spare the time), could you give an example to explain what exactly you mean by "True and full support".
Thanx in advance.
Comment #6
sinasalek commentedYou may want to read this first to get the big picture http://groups.drupal.org/node/10607
Also we can't query group by persian months for example by using timestamp because mysql only support Gregorian calendar
Godd news i've already developer a prototype for this problem which actually works but still require work to become a generic solution
Comment #7
klonosok thanx for taking the time to explain and to point to that article Sina.
Comment #8
hkoosha commented