Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
el mayor numero by olpam7@gmail.com
Convert whatever number to 3-digit , e.g. 1021 with 
============================ 

D3                   formatting:    1021
000                  formatting:    1021
000 with % 1000      formatting:    021 // 3-digit  as Expected
D3 with % 1000       formatting:    021 // 3-digit as Expected
Cached Result
Last Run: 11:21:28 am
Compile: 0.134s
Execute: 0s
Memory: 8kb
CPU: 0.016s