Skip to content
Snippets Groups Projects
Commit 94bdef81 authored by Prasad's avatar Prasad
Browse files

Updated comment

parent 69d6f7a4
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ class MailManager_Folder_View extends MailManager_Abstract_View {
$dateArray[1] = $temp;
$q = implode('-', $dateArray);
} else if ($dateFormat == 'dd/mm/yyyy'){
// re-align to m/d/y format for strtotime
$dateArray = explode('/', $q);
$temp = $dateArray[0];
$dateArray[0] = $dateArray[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment