In 5.5 am using JsonConverter for serializing date. Recently i moved to 6.0 Nest but i didnt find any alternate for this.
public class MyDateConverter : IsoDateTimeConverter
{
public MyDateConverter()
{
DateTimeFormat = "dd-MM-yyyy";
}
}
In 5.5 am using JsonConverter for serializing date. Recently i moved to 6.0 Nest but i didnt find any alternate for this.
public class MyDateConverter : IsoDateTimeConverter
{
public MyDateConverter()
{
DateTimeFormat = "dd-MM-yyyy";
}
}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.