Documentation
1
2
3
4
5
use crate::WolframValue;

pub fn date_object(input: &str) -> WolframValue {
    WolframValue::function("DateObject", vec![input])
}