A PHP Error was encountered
Severity: 8192
Message: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated
Filename: views/article_profile.php
Line Number: 89
Backtrace:
File: /home/dhakswus/public_html/application/views/article_profile.php
Line: 89
Function: strtotime
File: /home/dhakswus/public_html/application/controllers/Article.php
Line: 193
Function: view
File: /home/dhakswus/public_html/index.php
Line: 315
Function: require_once
How to convert mm to inches?
One inch is 25.4 millimetres. To convert inches to millimetres, multiply the number by 25.4.
Suppose a length of 108 inches is given; what is the length in mm? 108x25.4 gives us 2743.2 millimetres.
Again, suppose a length of 10 inches is given; what is the length in mm? 10x25.4 gives us 254 millimetres.
To convert mm to inches, divide the number by 25.4.