B4X FEED add date and time to label

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: add date and time to label است. این موضوع تا کنون 35 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع add date and time to label
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
35
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
hi i want to show date and time in label. my code is :
Private Label1 As Label
Private Label2 As Label
End Sub

Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("main")
DateTime.DateFormat="dd MMM yyyy"
Label1.Text=DateTime.Date(DateTime.Now)
DateTime.TimeFormat="hh:mm"
Label2.Text=DateTime.Time(DateTime.Now)
when i compile it there is no errors but when i want to run it on my phone the app was stopped working

 

عقب
بالا