-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
61 lines (51 loc) · 3.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Ctwrp by ipang-dwi</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="http://www.firstplato.com/img/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Ctwrp</h1>
<h2 class="project-tagline">php currency to word on Rupiah (IDR)</h2>
<a href="https://github.com/ipang-dwi/ctwrp" class="btn">View on GitHub</a>
<a href="http://ipang.firstplato.com/ctwrp" class="btn">Preview</a>
<a href="https://github.com/ipang-dwi/ctwrp/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/ipang-dwi/ctwrp/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h1>
<a id="ctwrp" class="anchor" href="#ctwrp" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>ctwrp</h1>
<p>php currency to word on Rupiah (IDR)</p>
<p>========================= Indonesia</br>
Fungsi PHP untuk konversi dari nilai mata uang ke kalimat 'terbilang', dalam format Rupiah, mata uang Indonesia.
Sebelumnya sudah mencoba dengan fungsi PHP dari PhpStorm yang dibuat oleh Sakthikarthi,
namun karena memang bahasa Indonesia menerapkan struktur penyusunan kata yang berbeda
dalam penyebutan terbilang nilai uang. Maka terpaksa ane bwt sendiri fungsi baru,
dikejar deadline juga soalnya, user mintanya dalam bahasa Indonesia di App nya.
Biar lebih bermanfaat bila ada yang perlu atau pengen diconvert ke bahasa pemrograman laen,
jadi ane putusin bwt di share di sini. :)</p>
<p>========================= English</br>
PHP function to convert currency to words, in Rupiah's / IDR (Indonesian Money Currency).
I was try other PHP function from PHPStorm by Sakthikarthi, but Indonesian language implements
different words structure in currency's spelling. So I decide to create new function by myself,
coz I was hit the deadline, my client still wants his App in Indonesian.
I think it 'll be usefull to share it, may another user needs it or wanna to convert it
to other programming language. :) </p>
<p>feel free to reach me on :
</br><a href="www.firstplato.com" target=_blank>www.firstplato.com</a>
</br><a href="mailto:admin@firsplato.com">admin@firsplato.com</a></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/ipang-dwi/ctwrp">Ctwrp</a> is maintained by <a href="https://github.com/ipang-dwi">ipang-dwi</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>