custom prop. formatting
custom prop. formatting
(OP)
Hi guys and gals,
Is there a way to change the formatting built-in custom properties, for example, I want to use $PRP:"SW-Last saved date", but it looks like it is using the windows regional properties long date and time. I like the "last saved date" concept, but certainly don't need the time...
Thanks.
Paul
SW 06
Is there a way to change the formatting built-in custom properties, for example, I want to use $PRP:"SW-Last saved date", but it looks like it is using the windows regional properties long date and time. I like the "last saved date" concept, but certainly don't need the time...
Thanks.
Paul
SW 06






RE: custom prop. formatting
RE: custom prop. formatting
Can one change the formattings associated with the properties, or am I stuck with the formatting provided?
thanks
Paul
RE: custom prop. formatting
Matt Lorono
CAD Engineer/ECN Analyst
Silicon Valley, CA
Lorono's SolidWorks Resources
Co-moderator of Solidworks Yahoo! Group
and Mechnical.Engineering Yahoo! Group
RE: custom prop. formatting
RE: custom prop. formatting
Paul
RE: custom prop. formatting
Matt Lorono
CAD Engineer/ECN Analyst
Silicon Valley, CA
Lorono's SolidWorks Resources
Co-moderator of Solidworks Yahoo! Group
and Mechnical.Engineering Yahoo! Group
RE: custom prop. formatting
Date2 = Format(Now(), "MM/dd/yy")
DateCompleted.Text = Date2 'Sets Date to today's date
End Sub
----------
This is just a part of my custom property macro. When I hit the "tdDate" button it inputs today's date in the MM/dd/yy format. You can change that to whatever you want, just look up the formatting call online.
James Spisich
Design Engineer, CSWP
RE: custom prop. formatting
That has the date formatting options.
James Spisich
Design Engineer, CSWP