If I have a query, that returns a date or time range, how do get the upper or lower bound?
For example, Ramadan 1436 returns: Thursday, June 18, 2015 to Friday, July 17, 2015 Another example is fajr time in New York City, which returns a range.
How do I pull out the start or end of any range, to chain it up with other queries?
I'm only interested in a generic solution, not a specific one.