Skip to content

Instantly share code, notes, and snippets.

@hanifsetyananda
Created July 5, 2022 08:07
Show Gist options
  • Save hanifsetyananda/0ff3f81433e479fb60b01f54356dbe1f to your computer and use it in GitHub Desktop.
Save hanifsetyananda/0ff3f81433e479fb60b01f54356dbe1f to your computer and use it in GitHub Desktop.
Indonesia Month Array Java
String[] mt = {
"Januari", "Februari", "Maret", "April", "Mei", "Juni",
"Juli", "Agustus", "September", "Oktober", "November", "Desember"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment