File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
//
16
16
// You can specify all the values or you can default the Revision and Build Numbers
17
17
// by using the '*' as shown below:
18
- [ assembly: AssemblyVersion ( "1.8.5 " ) ]
19
- [ assembly: AssemblyFileVersion ( "1.8.5 " ) ]
18
+ [ assembly: AssemblyVersion ( "1.8.6 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "1.8.6 " ) ]
20
20
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ public override void ExecuteResult(ControllerContext context)
60
60
{
61
61
if ( columns [ x ] . Format == "d" )
62
62
cell . Style . Numberformat . Format = "mm/dd/yyyy" ;
63
+ else
64
+ cell . Style . Numberformat . Format = "mm/dd/yyyy hh:mm" ;
63
65
64
66
cell . Style . HorizontalAlignment = ExcelHorizontalAlignment . Right ;
65
67
}
You can’t perform that action at this time.
0 commit comments