Skip to content

Instantly share code, notes, and snippets.

@cyberdev
Last active January 26, 2022 18:58
Show Gist options
  • Save cyberdev/14ac7123d00dc2a6277fa39345dfe001 to your computer and use it in GitHub Desktop.
Save cyberdev/14ac7123d00dc2a6277fa39345dfe001 to your computer and use it in GitHub Desktop.
iReport Periode dengan format tanggal
"PERIODE " + new SimpleDateFormat("d MMMMM yyyy").format(new SimpleDateFormat("yyyy-MM-dd").parse($P{tanggal})).toUpperCase()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment