MYSTERY ZILLION တွင် English သို့မဟုတ် Unicode ဖြင့်သာ အသုံးပြုခွင့်ရှိသည်။ ဇော်ဂျီ ၊ ဧရာ စသည်တို့ကို အသုံးပြုခွင့် မရှိ။ Unicode fonts များမှာ Mon3,Yunghkio, Myanamr3 စသည်များ အသုံးပြုနိုင်သည်။ Unicode Guide ကို ဒီမှာ Download ချပါ။ Zawgyi to Unicode Converter
Don't share ebook or software if nobody request. You can find free book websites on here. We are welcome for discussion or asking question instead.
Auto Generate Item Code with Date
in C#
ကုဒ်နံပါတ်ကို Date နဲ့လုပ်ချင်လို့ပါ။ဥပမာ၊ ၊2014-11-11 ဆိုရင် 141100001 ပေါ့ နောက်လဆိုရင် 1ကပြန်စချင်ပါတယ် Database ကနေ Select ပြန်လုပ်လို့ ရတဲ့ Query လေးပါ သိချင်ပါတယ်။အရင် ကတော့ A0001 အဲလိုလေးပဲလုပ်ဘူးလို့ပါ။
မှတ်ချက်များ
What is the relationship between "2014-11-11" and "141100001"? Date part is ignored?
You can get custom date format in SQL by using CONVERT function. Following example will return current date in "yyMM" format.