Skip to content

Instantly share code, notes, and snippets.

@diewland
Last active August 2, 2023 07:39
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diewland/cbc9d09a5eac4f9526b170bd4b69b7bb to your computer and use it in GitHub Desktop.
Save diewland/cbc9d09a5eac4f9526b170bd4b69b7bb to your computer and use it in GitHub Desktop.
Thai Month Array in Javascript
var months_th = [ "มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม", ];
var months_th_mini = [ "ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค.", ];
// done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment