Convert Util
Functions
HH h MM m SS,ss s rounded to 2 digits after the decimal point function to change decimal data to HH h MM m SS,ss s format, rounding to 2 digits behind the comma, seconds rounded to minutes, minutes to hours
MM m SS s numbers rounded to seconds function to change double data to MM m SS s format seconds rounded to minutes
MM m SS,ss s rounded to 2 digits after the decimal point function to change decimal data to MM m SS,ss s format, rounded to 2 digits behind the comma, seconds rounded to minutes
DD° MM` SS,ss`` rounded to 2 decimal places function to change decimal data to DD° MM' SS,ss" format, seconds rounded to 2 digits after the decimal point, seconds rounded to minutes, minutes rounded to hours
MM` SS,ss`` rounded to 2 digits after the decimal point function to change decimal data to MM' SS,ss" format, seconds are rounded to 2 digits after the decimal point, seconds are rounded to minutes
function to change Double data to decimal unit form SS,ss
convert number of month to month name 1 = January, 2 = February etc.
convert number of pasaran to pasaran name 1 = Legi, 2 = Pahing etc.
HH:MM:SS numbers rounded to seconds function to change Double data to hours, minutes, seconds of type Int Array index 0 : hours, index 1 : minutes, index 2 : seconds
HH:MM:SS,ss rounded to 2 digits after the decimal point function to change decimal data to HH:MM:SS,ss format, rounded to 2 digits behind the comma, seconds rounded to minutes, minutes rounded to hours
HH:MM:SS numbers rounded to seconds function to change Double data to HH:MM:SS format, seconds rounded to minutes, minutes rounded to hours