Hi all
sory for this noob question xD
but how ti calculate a date - date?
i need to calculate my dog years old
how i can calculate datetime.now - dog birth?
My dog is .... years old
Years:
Mounths:
weeks:
Days:
i m already take a birth with
but how to calculate and with time.now and show
My dog is .... years old
Years:
Mounths:
weeks:
Days:
??? thx to all
sory for this noob question xD
but how ti calculate a date - date?
i need to calculate my dog years old
how i can calculate datetime.now - dog birth?
My dog is .... years old
Years:
Mounths:
weeks:
Days:
i m already take a birth with
B4X:
Private pa As Phone
data.Year = DateTime.GetYear(DateTime.Now)
data.Month = DateTime.GetMonth(DateTime.Now)
data.DayOfMonth = DateTime.GetDayOfMonth(DateTime.Now)
If pa.SdkVersion >= 11 Then data.ShowCalendar = False
data.Show("", "", "OK", "Cancelar", "", Null)
Log(data.DayOfMonth)
Log(data.Month)
Log(data.Year)
but how to calculate and with time.now and show
My dog is .... years old
Years:
Mounths:
weeks:
Days:
??? thx to all