Jump to content

How can I convert currency?


webprogramer

Recommended Posts

But currency values change every single day. You would need to rely on information from a bank. If you want a basic conversion, though, just do the operation.

function dollarsToRial(amount) {    return amount * 12260;}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...