Reporting Services: Single Line VB.Net Function to Perform Date Conversion.


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. =System.DateTime.ParseExact(Parameters!lic_period_start_date.Value,"dd/MM/yyyy",System.Globalization.DateTimeFormatInfo.InvariantInfo).ToString("yyyyMMdd")

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.