Hi
I am try to format the Date in Widget
if I use "MM/dd/yy" it is ok
but not if I skip the year "MM/dd"
Do anyone know where I can find the Icon from Android call Logs
Miss call, answer and dial
Thanks
Regards
Sigster
I am try to format the Date in Widget
if I use "MM/dd/yy" it is ok
but not if I skip the year "MM/dd"
Do anyone know where I can find the Icon from Android call Logs
Miss call, answer and dial
B4X:
DateTime.TimeFormat = "hh:mm"
DateTime.Time(DateTime.Now)
the_time = DateTime.Time(c.Date)
Dim now As Long
the_date = DateTime.now
DateTime.DateFormat = "MM/dd"
the_date = DateTime.date(c.Date)
rv.SetText("Lab_date_time",the_date & " " & the_time)
Thanks
Regards
Sigster