Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created November 26, 2019 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/cc64150068bc9be36d23e118a7bfbd41 to your computer and use it in GitHub Desktop.
Save bodrovis/cc64150068bc9be36d23e118a7bfbd41 to your computer and use it in GitHub Desktop.
$('#earnings').text(
globalize.messageFormatter('earned')({
amount: globalize.formatCurrency(500.5, 'USD'),
date: globalize.formatDate( new Date(), {
datetime: "medium"
})
})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment