Suppose date is 05sep2005; I want the output like 05sep2005:00:00:00 ; how it will come?
Answer / Ankur
To format a date as 'YYYYMMDDHHmmss' in most programming languages, you can use string manipulation functions to concatenate the individual components of the date. For example, in Python, you could do something like this:
datetime_object = datetime(2005, 9, 5)
formatted_date = datetime_object.strftime('%Y%m%d%H%M%S')
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of dimensional modeling in data warehousing?
what are the other factors of the database on which the loading performance depend?
Compare and contrast aggregates & indexes
What are Non-additive facts?
Explain the differences between normalizer and normalizer transformation?
What is an er diagram?
how can one transfer LOB and user defined data from oracle to warehouse using ETL informaticabecause
What are situations where snow flake schema is better than star schema to use and when the opposite is true?
What is called data cleaning?
Hi, If any hav Informatica n DWH FAQ's,Plz do fwd to s.rajanikanth1980@gmail.com Thnx Vani
How to drill through from a powerplay cube to reportnet?
Difference between slicing and dicing with example?