algorithmic modeling for Rhino
2010/11/27 12:00:00 UTC
?//Retrieve the local culture as exposed in the Windows User Interface
System.Globalization.CultureInfo showAs = System.Globalization.CultureInfo.InstalledUICulture;
//Parse the date
DateTime dateValue = DateTime.FromOADate(x);
//Show the date as interchangeable data and in the local culture
date = dateValue;
Print(dateValue.ToString("F", showAs));
A = DateTime.FromOADate(x);
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by