We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b0f55 commit 241747bCopy full SHA for 241747b
Build/CommonAssemblyInfo.cs
@@ -15,6 +15,6 @@
15
//
16
// You can specify all the values or you can default the Revision and Build Numbers
17
// by using the '*' as shown below:
18
-[assembly: AssemblyVersion("1.8.5")]
19
-[assembly: AssemblyFileVersion("1.8.5")]
+[assembly: AssemblyVersion("1.8.6")]
+[assembly: AssemblyFileVersion("1.8.6")]
20
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]
Griddly.Mvc/GriddlyExcelResult.cs
@@ -60,6 +60,8 @@ public override void ExecuteResult(ControllerContext context)
60
{
61
if (columns[x].Format == "d")
62
cell.Style.Numberformat.Format = "mm/dd/yyyy";
63
+ else
64
+ cell.Style.Numberformat.Format = "mm/dd/yyyy hh:mm";
65
66
cell.Style.HorizontalAlignment = ExcelHorizontalAlignment.Right;
67
}
0 commit comments