I was looking at the Users Guide but still can't figure out how to parse dates to get how many days. I want to set a date (Long) when my app first installs then check this date against today's date to determine if the trial period has expired. I want a 30 day trial period.
Do I use the
method?
Thanks...
Do I use the
B4X:
DateTime.Add(DateTime.Now, 0, 0, 1)
method?
Thanks...