I am using the DateTimePicker component to select a date that will later be submitted to a database on a design form. I am having difficulty in what to do to seperate the Date and Time into Weekday, Day, Month, and Year. I used the EncodeDate function to pull out the Date, Month, and Year values, but it needes specific values to Encode to get that information. I need these values and also the Weekday to use in the database. Any ideas on what functions that I may be missing or is there a better component for this this that will extract the information from a TDateTime Component? Thanks for any assistance.