/ Published in: Other
Basic Datetime format based on Package name.
MyPackage_20101222-13_16_34.log.xml
MyPackage_20101222-13_16_34.log.xml
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@[System::PackageName] +"_" + (DT_STR, 4,1252) year( @[System::ContainerStartTime] ) + (DT_STR, 2,1252) month( @[System::ContainerStartTime] ) + (DT_STR, 2,1252) day( @[System::ContainerStartTime] ) + "-"+(DT_STR, 2,1252) DATEPART( "hh",@[System::ContainerStartTime] ) + "_" + (DT_STR, 2,1252) DATEPART( "mi",@[System::ContainerStartTime] ) +"_" + (DT_STR, 2,1252) DATEPART( "s",@[System::ContainerStartTime] ) + ".log.xml"