Is it possible to get the timespan of A and B, where A(MM-dd-yyyy) = 10-06-2015 23:45
and B = 9:00 AM
. The given format of data are exactly what it is on this post. I guess am having trouble on formatting, no coded work yet.
I have other question that may linked to the first, is if(A>B)
possible ? where A(MM-dd-yyyy) = 10-06-2015 23:45
and B = 9:00 AM
. Does comparing the two data possible ?