Jump to content

طلب مسـاعدهـ بلوق الوقت


Recommended Posts

 local time='['..hours..':'..minutes..':'..sec..']['..day..'/'..month..'/'..year..']'        --كود يجيب لك ساعه الوقت ثانية اليوم شهر سنه

local txt='( '..hours..':'..minutes..' | '..year..'-'..month..'-'..day..' | ) ---مافي داعي اكمل رسالة

مسسوي لوحة جريد لست لما شخص يعطي لشخص سلاب يجيب له سبب سلاب حساب لى صك حساب المصكوك المشكلة لما ضفت اكواد الوقت صار يطلع كذا ف جريد لست

( 118-5-10 | 19;54:3 ) (MR.TOUNSI) has been slapped (MR.TOUNSI). ( تجربه )

  • Confused 1
Link to comment
local time = getRealTime()
local hours = time.hour 
local minutes = time.minute
local day = time.monthday
local month = time.month +1
local year = time.year +1900

hours = الساعات
minutes = الثواني
day = اليوم
month = الشهر
year = السنة

  • Like 1
Link to comment
10 minutes ago, MR.Mosa said:

local time = getRealTime()
local hours = time.hour 
local minutes = time.minute
local day = time.monthday
local month = time.month +1
local year = time.year +1900

hours = الساعات
minutes = الثواني
day = اليوم
month = الشهر
year = السنة

لسه يضهر كذا
( 118-5-10 | 19;54:3 )
المفروض يجي كذا
( 10-06-2018 | 19;54:3 )

يسلمو شباب تم تعديل واصلاح @ :x 

Link to comment
54 minutes ago, MR.TOUNSI said:

لسه يضهر كذا
( 118-5-10 | 19;54:3 )
المفروض يجي كذا
( 10-06-2018 | 19;54:3 )

يسلمو شباب تم تعديل واصلاح @ :x 

الا اعطيتك ايه ما يضهر كذا وانا متاكد

جاي تقول يضهر شي ثاني !!

  • Like 1
Link to comment
1 minute ago, MR.Mosa said:

الا اعطيتك ايه ما يضهر كذا وانا متاكد

جاي تقول يضهر شي ثاني !!

local month = time.month +1
local year = time.year +1900
ذا حقك لما غيرته صار تمام يسلمو موسى

انا كنت مسويها
    local month = time.month
    local year = time.year

(قلة انتباه)

Edited by MR.TOUNSI
  • Like 1
Link to comment
local time = getRealTime()
local hours = time.hour 
local minutes = time.minute
local day = time.monthday
local month = time.month +1

 -- '['..(hours % 12 and hours % 12) ..':'..minutes..']['..day..'/'..month..'/20'..string.sub( time.year, 2 )..']' --  لو تبيه نظام 12 ساعة

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...