GreenPilgrim Posted January 6, 2007 Posted January 6, 2007 I want to add the day of the week to this string, after the date and before the initials and I don't know how. Would someone please help me. GetAsText(Bailbond::This_Date) & " " & Bailbond::Initials & " " & Get(CurrentTime)& "¶" & Bailbond::List thanks, Mitzi
comment Posted January 6, 2007 Posted January 6, 2007 Try: GetAsText(Bailbond::This_ Date) & " " & [color:red]DayName ( Bailbond::This_ Date ) & " " & Bailbond::Initials & " " & Get(CurrentTime)& "¶" & Bailbond::List
GreenPilgrim Posted January 6, 2007 Author Posted January 6, 2007 Thanks. I'll try it when I get a chance.
Recommended Posts
This topic is 6880 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now